home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Archiv / CDDAOpus.lha / README < prev    next >
Text File  |  1995-04-03  |  2KB  |  92 lines

  1. Two Arexx scripts facilitate the playing of audio cd's from within Directory opus 4.
  2.  
  3. Based on DOpusLHARexx2 by Geoff Seeley
  4.  
  5. CDDAHandler.rexx    : The Handler.  
  6. ListCDDA.rexx       : The user interface.
  7.  
  8. Before continuing you will need 2 other programs.  These are
  9.  
  10.   YACDP version 1.2 or better
  11.  
  12. YACDP       by Frank Wurkner
  13.  
  14.   Both of these programs are available from Aminet in the disk/cdrom directory.
  15.  
  16.  
  17. Installation:
  18.  
  19. 1.  copy both files into your REXX: directory
  20.       copy CDDAHandler.rexx ListCDDA.rexx to rexx:
  21.  
  22. 2.  Set the script bits on them.
  23.       protect s:CDDAHandler.rexx +s
  24.       protect s:ListCDDA.rexx +s
  25.  
  26. 3.  Add the line 
  27.       run >nil: <nil: REXX:CDDAHandler.rexx
  28.     To your s:user-startup file
  29.  
  30. 4.  run Directory opus and enter the configuration program.
  31.  
  32. 5.  Set up a button to run ListCDDA.rexx (See the opus4 manual for how to do this)
  33.     Call it something like CDDA!
  34.  
  35. 6.  Reboot you computer.
  36.  
  37. you will now be ready to try out the scripts.
  38.  
  39. Ensure YACDP is running. ( I start it in my wbstartup drawer with the cx_popup
  40. tooltype set to no)
  41.  
  42. Load directory opus and insert an audio cd into you cdrom drive.
  43.  
  44. Click on your newly made CDDA button and wait a few seconds.  The selected directory
  45. window will now contain a list of Audio tracks on the disk.  If this hasn't happend
  46. click the CDDA button once or twice more as the CD may not have been recognised.
  47.  
  48. To play a track just double click it in Directory list!
  49.  
  50. Just for fun I have included some of the standard CD play functions in the list
  51. which can be operated in the same way.
  52.  
  53.  
  54. It also spots disks which have only data on them and displays an appropriate message.
  55.  
  56.  
  57. TODO
  58.  
  59. Install script! (Is this really needed)
  60. Parameters to set width of cd name and wheter to display time!
  61.  
  62. Far future
  63.  
  64. An audio cd device driver so directory listings of an audiocd would return
  65. track numbers/track names from database and running them would play them!
  66.  
  67.  
  68. Contacting the Author
  69.  
  70. Email until June 1995 as
  71.  
  72. CC062LL01@ntu.ac.uk
  73.  
  74. or by snail as
  75. Laurie Lee
  76. 48 College St
  77. Irthlingborough
  78. Northants
  79. NN9 5TX
  80. England
  81.  
  82. Thanks go to:
  83.  
  84. Frank Wurkner               for YACDP
  85. Geoff Seeley                for DOpusLHARexx2 on which this is loosely based!
  86.  
  87. $LiNg$HoT/DiMeNTiA
  88. All the people I know
  89.  
  90. The end.
  91.  
  92. CDDAopus4 © Laurie Lee 1994/1995